Allow some numba errors on non-amd64, warn on non-x86
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Wed, 11 Jan 2023 07:34:28 +0000 (07:34 +0000)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Wed, 11 Jan 2023 07:34:28 +0000 (07:34 +0000)
commit899b5fef4ea98fa8431390ffb9bc4c4491e90e92
tree2cfa789d379e63789469792f0b3a700396c9b459
parentb0be38f5b9175441a74c3f9c80e2a732ae4a2e92
Allow some numba errors on non-amd64, warn on non-x86

Specifying the exception type allows only explicit errors,
not silently wrong answers

Numba has been observed to give wrong answers on mipsel,
and crash on armel (LLVM ERROR) and s390x (segfault).

Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: no

Gbp-Pq: Name numba_fail_32bit.patch
pandas/compat/_optional.py
pandas/tests/groupby/aggregate/test_numba.py
pandas/tests/groupby/test_numba.py
pandas/tests/groupby/test_timegrouper.py
pandas/tests/groupby/transform/test_numba.py
pandas/tests/window/conftest.py
pandas/tests/window/test_numba.py
pandas/tests/window/test_online.py